projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c07616
)
Force clippy to run even after check
author
Felix Krull
<f_krull@gmx.de>
Fri, 31 May 2019 08:39:17 +0000
(10:39 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 8484271eac8fccc358832f52d7e1df63326608cf..50fc1529dd5781eb9e36a4014d0c0c8da835fb93 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-30,9
+30,10
@@
check:
stage: check
script:
- rustup component add clippy rustfmt
+ - cargo fmt --all -- --check
- cargo check --all ${CURRENT_FEATURES}
+ - touch src/lib.rs # force clippy
- cargo clippy --all ${CURRENT_FEATURES}
- - cargo fmt --all -- --check
gir:
stage: check